Skip to content

ci: dispatch required checks for bump PR commits#16

Merged
anand-testcompare merged 1 commit intomainfrom
fix/bump-pr-check-dispatch
Feb 28, 2026
Merged

ci: dispatch required checks for bump PR commits#16
anand-testcompare merged 1 commit intomainfrom
fix/bump-pr-check-dispatch

Conversation

@anand-testcompare
Copy link
Contributor

Summary

  • add workflow_dispatch trigger to Check so it can be dispatched against bump-PR branches
  • add workflow_dispatch trigger to ValidatePrTitle with pr_title input for deterministic title validation
  • after bump PR creation/update in publish-package.yml, dispatch both required-check workflows on the bump branch
  • add actions:write permission to publish workflow to allow workflow dispatch API calls
  • update RELEASE.md to document the fallback behavior when GH_PAT is unavailable

Why

Bump PR commits pushed by workflow token can miss required PR checks (Check, ValidatePrTitle) and become blocked even though the branch is valid.

Validation

  • bun run check
  • bun run typecheck
  • bun test
  • bun run build

@anand-testcompare anand-testcompare merged commit 23000b1 into main Feb 28, 2026
7 checks passed
@anand-testcompare anand-testcompare deleted the fix/bump-pr-check-dispatch branch February 28, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant